08. Combining Strings Together

Combining Strings Together

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Hint: Start by modifying submitOrder to say:

String message = “Item count “ + quantity;
displayMessage(message);